projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0817a05
)
(syms_of_keyboard): Properly init Vsystem_key_alist.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jun 1994 20:11:10 +0000
(20:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jun 1994 20:11:10 +0000
(20:11 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index c29c07f027b75399dd8e12eff8b2e5d2c41f67e4..04330a41eb9cf3c7cb103d7cf42a461cc8f3ab1c 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-6172,7
+6172,7
@@
buffer's local map, and the minor mode keymaps and text property keymaps.");
Each element should have the form (N . SYMBOL) where N is the\n\
numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\
and SYMBOL is its name.");
- V
menu_bar_final_items
= Qnil;
+ V
system_key_alist
= Qnil;
}
keys_of_keyboard ()